21. Validating JSON Quiz
Validating JSON Quiz
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
JSONlint validates your JSON formatting. JSONs can get tricky and it's easy to make mistakes. It's useful to double check that your JSONs are properly formatted with tools like JSONlint.
The "this one" James mentions in the quiz instruction video refers to the education
object from the previous video.
Cameron says: Whoops. There's a mistake in the solution video. See the },
before "onlineCourses"
? The }
in front of the ,
shouldn't be there.
Follow your instructors!
@cwpittman
+jameswilliams